Uses of Interface
com.cisco.pt.ipc.events.AppWindowEventListener
Packages that use AppWindowEventListener
-
Uses of AppWindowEventListener in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events with type parameters of type AppWindowEventListenerModifier and TypeFieldDescriptionprotected Set<AppWindowEventListener>AppWindowEventRegistry.globalListenersprotected Map<String,Set<AppWindowEventListener>> AppWindowEventRegistry.specificObjectListenersMethods in com.cisco.pt.ipc.events with parameters of type AppWindowEventListenerModifier and TypeMethodDescriptionvoidAppWindowEventRegistry.addListener(AppWindowEventListener listener) voidAppWindowEventRegistry.addListener(AppWindowEventListener listener, AppWindow objClass) voidAppWindowEventRegistry.addListenerFiltered(AppWindowEventListener listener, List<String> events) voidAppWindowEventRegistry.addSpecificListenerFiltered(AppWindowEventListener listener, AppWindow objClass, List<String> events) voidAppWindowEventRegistry.removeListener(AppWindowEventListener listener) voidAppWindowEventRegistry.removeListener(AppWindowEventListener listener, AppWindow objClass) voidAppWindowEventRegistry.removeListenerFiltered(AppWindowEventListener listener, List<String> events) voidAppWindowEventRegistry.removeSpecificListenerFiltered(AppWindowEventListener listener, AppWindow objClass, List<String> events)